Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include debug on Windows #105

Closed
wants to merge 1 commit into from
Closed

Include debug on Windows #105

wants to merge 1 commit into from

Conversation

dlech
Copy link

@dlech dlech commented Aug 5, 2021

This adds the installer option to include the debug binaries (i.e. python_d.exe) on Windows.

Fixes actions/setup-python#86

This adds the installer option to include the debug binaries (i.e. `python_d.exe`) on Windows.

Fixes actions/setup-python#86
@dibir-magomedsaygitov dibir-magomedsaygitov requested a review from a team August 6, 2021 06:52
@dlech
Copy link
Author

dlech commented Sep 10, 2021

Who do I need to ping to request a review? @actions/virtual-environments-akvelon doesn't seem to work.

@miketimofeev
Copy link
Contributor

Hi @dlech!
We already discussed debug binaries here actions/runner-images#786 and we would rather not have them pre-installed on the image.
We don't have any objections to add a possibility to install debug versions in runtime using https://github.com/actions/setup-python but in that case, the more significant changes are required:

  • add a parameter to this script to be able to install both debug and standard versions
  • modifying setup-python action to add debug option

@dlech
Copy link
Author

dlech commented Sep 13, 2021

Thanks for the update.

@cclauss
Copy link

cclauss commented Oct 25, 2022

Status?

@dmitry-shibanov
Copy link
Contributor

Hello @cclauss. For now we have no plans to implement it.

@dlech dlech closed this Jan 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add options for Python with Precompiled stdlib and debug binaries
4 participants